home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: What is &Variable (declared as: char Variable[10])?
- Date: 4 Mar 1996 09:39:26 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4hf9seINNl1u@keats.ugrad.cs.ubc.ca>
- References: <4gqpa1$3h9@alcor.usc.edu> <4h1u9d$sqq@ceylon.gte.com> <danpop.825542129@rscernix> <4hf0n1$hca@ceylon.gte.com>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <4hf0n1$hca@ceylon.gte.com>, Brenda <g051286> wrote:
- >From "A Book on C" (Kelley & Pohl, copyright 1990, pg. 29)
- >"In C, a string is an array of characters, and an array name by itself is a
- >pointer. Because of this, the concepts of arrays, strings, and pointers are
- >intimately related. A pointer is just an address of an object in memory..."
-
- That's what you get when the department or professor decides to use a book
- other than Kernighan and Ritchie.
- --
-
-